Vector Shape Options
The vector shape options enumeration provides constants that you can use in theshapeOptions
field of the vector shape structure, which is described in the previous section.
enum { gxUnidirectionalFill = 0x00000001, gxAlsoOutlineFilledShape= 0x00000002 }; typedef long gxVectorShapeOptions;Constant descriptions
gxUnidirectionalFill
- The driver needs to generate scan lines in one direction only. This value is useful for transparencies.
gxAlsoOutlineFilledShapes
- The driver also needs to draw the outlines of filled shapes.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help